home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / TouchMe 1.2□ / touchMe 1.2 Folder / touchMe source codes / CW11 PP source / source / Common Lib / UErrorMessage.h < prev    next >
Encoding:
Text File  |  1997-04-25  |  570 b   |  25 lines  |  [TEXT/CWIE]

  1. // ==================================================
  2. //    UErrorMessage.h
  3. //    Copyright (C) 1994-1997 Mizutori Tetsuya
  4. //    March 9, 1994; July 4, 1996.
  5. // ==================================================
  6. //    All documents are pretty-printed in 10-point Geneva font.
  7.  
  8. #pragma once
  9.  
  10.  
  11. class    UErrorMessage {
  12.  
  13. public:
  14.  
  15.     // Notify error message using Alert/Stop dialog
  16.     static void        NofityIfOSErr( const OSErr inErr, const Boolean inBeFatal );
  17.  
  18.     static void        NofityIfOSErr( const OSErr inErr, const Str255 inText, const Boolean inBeFatal );
  19.  
  20. private:
  21.  
  22. };
  23.  
  24. // end of definitions
  25.